home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_c / cuj0896.zip / DWYER.ZIP / READ.ME < prev   
Text File  |  1996-04-04  |  940b  |  43 lines

  1. This archive consists of 14 directories:
  2.  
  3.    colision.tst
  4.    coupon.tst
  5.    freq.tst
  6.    gap.tst
  7.    incl
  8.    lib
  9.    maxoft.tst
  10.    permute.tst
  11.    poker.tst
  12.    qfloat
  13.    run.tst
  14.    serial.tst
  15.    serlcorl.tst
  16.    spectral.tst
  17.  
  18. To unzip, move to an empty directory and say
  19.  
  20.     pkunzip -d dwyerwms
  21.  
  22. To make all processors the first time say
  23.  
  24.      nmake bld_all
  25.  
  26. There is a problem in the makefile for the assembler routines in
  27. the qfloat directory.  These routines are required for the fastest
  28. 100-digit arithmetic library, qfloatf.lib.  The entry at issue in
  29. the makefile for this directory is
  30.  
  31. .asm.obj:
  32.     set path=c:\;c:\dos;d:\c700\bin;d:\masm61\bin
  33.     ml /I. /Zm /c /Cx /Ta $<
  34.  
  35. As you can see, assembler interface process ml.exe is used.  The path
  36. is set so that it works for me.  You will have to modify it to suit
  37. your own needs.
  38.  
  39. Feel free to contact me if you need help.
  40.  
  41. K.B. Williams
  42. Kbwms@aol.com
  43.